home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / AutoMate5Svc.exe / 0 / RCDATA / TFRMAADEFINEOBJECT / TFRMAADEFINEOBJECT.txt < prev   
Encoding:
Text File  |  2003-01-14  |  6.0 KB  |  308 lines

  1. inherited frmAADefineObject: TfrmAADefineObject
  2.   Left = 372
  3.   Top = 276
  4.   HorzScrollBar.Range = 0
  5.   VertScrollBar.Range = 0
  6.   BorderStyle = bsDialog
  7.   Caption = 'Define a Control'
  8.   ClientHeight = 359
  9.   ClientWidth = 468
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object lblcboWindowTitle: TLabel [1]
  15.     Left = 10
  16.     Top = 78
  17.     Width = 219
  18.     Height = 13
  19.     AutoSize = False
  20.     Caption = '&Window title:'
  21.     FocusControl = cboWindowTitle
  22.   end
  23.   object Bevel2: TBevel [2]
  24.     Left = 0
  25.     Top = 64
  26.     Width = 468
  27.     Height = 4
  28.     Align = alTop
  29.     Shape = bsTopLine
  30.   end
  31.   object lblTitle: TLabel [3]
  32.     Left = 10
  33.     Top = 97
  34.     Width = 451
  35.     Height = 13
  36.     AutoSize = False
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = clWindowText
  39.     Font.Height = -11
  40.     Font.Name = 'Tahoma'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.   end
  44.   object lblWindowClass: TLabel [4]
  45.     Left = 10
  46.     Top = 119
  47.     Width = 225
  48.     Height = 13
  49.     AutoSize = False
  50.     Caption = 'Window class:'
  51.     FocusControl = cboWindowTitle
  52.   end
  53.   object lblWindowTitle: TLabel [5]
  54.     Left = 10
  55.     Top = 78
  56.     Width = 275
  57.     Height = 13
  58.     AutoSize = False
  59.     Caption = 'Window title:'
  60.     FocusControl = cboWindowTitle
  61.   end
  62.   object lblWindowHandle: TLabel [6]
  63.     Left = 247
  64.     Top = 119
  65.     Width = 214
  66.     Height = 13
  67.     AutoSize = False
  68.     Caption = 'Window handle:'
  69.     FocusControl = cboWindowTitle
  70.   end
  71.   object lblClass: TLabel [7]
  72.     Left = 10
  73.     Top = 137
  74.     Width = 224
  75.     Height = 13
  76.     AutoSize = False
  77.     Font.Charset = DEFAULT_CHARSET
  78.     Font.Color = clWindowText
  79.     Font.Height = -11
  80.     Font.Name = 'Tahoma'
  81.     Font.Style = [fsBold]
  82.     ParentFont = False
  83.   end
  84.   object lblHandle: TLabel [8]
  85.     Left = 247
  86.     Top = 138
  87.     Width = 189
  88.     Height = 13
  89.     AutoSize = False
  90.     Font.Charset = DEFAULT_CHARSET
  91.     Font.Color = clWindowText
  92.     Font.Height = -11
  93.     Font.Name = 'Tahoma'
  94.     Font.Style = [fsBold]
  95.     ParentFont = False
  96.   end
  97.   object cboWindowTitle: TComboBox [9]
  98.     Left = 9
  99.     Top = 93
  100.     Width = 280
  101.     Height = 21
  102.     ItemHeight = 13
  103.     Sorted = True
  104.     TabOrder = 0
  105.     OnDropDown = cboWindowTitleDropDown
  106.   end
  107.   object pnlEditor: TPanel [10]
  108.     Left = 0
  109.     Top = 68
  110.     Width = 468
  111.     Height = 5
  112.     Align = alTop
  113.     BevelOuter = bvNone
  114.     BorderWidth = 5
  115.     TabOrder = 1
  116.   end
  117.   object pnlDescription: TPanel [11]
  118.     Left = 0
  119.     Top = 0
  120.     Width = 468
  121.     Height = 64
  122.     Align = alTop
  123.     BevelOuter = bvNone
  124.     BorderWidth = 5
  125.     Color = clWindow
  126.     TabOrder = 2
  127.     object Label3: TLabel
  128.       Left = 5
  129.       Top = 5
  130.       Width = 402
  131.       Height = 54
  132.       Align = alClient
  133.       Caption = 'Defines the characteristics of the control.'
  134.       ParentColor = False
  135.       WordWrap = True
  136.     end
  137.     object Panel2: TPanel
  138.       Left = 407
  139.       Top = 5
  140.       Width = 56
  141.       Height = 54
  142.       Align = alRight
  143.       BevelOuter = bvNone
  144.       Color = clWindow
  145.       TabOrder = 0
  146.       object Image1: TImage
  147.         Left = 5
  148.         Top = 5
  149.         Width = 41
  150.         Height = 41
  151.         Picture.Data = {<image000.ico>}
  152.         Transparent = True
  153.       end
  154.     end
  155.   end
  156.   object Panel1: TPanel [12]
  157.     Left = 0
  158.     Top = 199
  159.     Width = 468
  160.     Height = 160
  161.     Align = alBottom
  162.     BevelOuter = bvNone
  163.     TabOrder = 3
  164.     object cbRole: TCheckBox
  165.       Left = 10
  166.       Top = 0
  167.       Width = 233
  168.       Height = 17
  169.       Caption = 'Object &type must be:'
  170.       Checked = True
  171.       State = cbChecked
  172.       TabOrder = 0
  173.       OnClick = cbRoleClick
  174.     end
  175.     object cboRole: TComboBox
  176.       Left = 27
  177.       Top = 15
  178.       Width = 204
  179.       Height = 21
  180.       ItemHeight = 13
  181.       TabOrder = 1
  182.     end
  183.     object cbClass: TCheckBox
  184.       Left = 243
  185.       Top = 0
  186.       Width = 221
  187.       Height = 17
  188.       Caption = 'Object &class must be:'
  189.       Checked = True
  190.       State = cbChecked
  191.       TabOrder = 7
  192.       OnClick = cbRoleClick
  193.     end
  194.     object edtClass: TEdit
  195.       Left = 260
  196.       Top = 15
  197.       Width = 204
  198.       Height = 21
  199.       TabOrder = 8
  200.     end
  201.     object cbName: TCheckBox
  202.       Left = 10
  203.       Top = 41
  204.       Width = 227
  205.       Height = 17
  206.       Caption = 'Object na&me must be:'
  207.       Checked = True
  208.       State = cbChecked
  209.       TabOrder = 2
  210.       OnClick = cbRoleClick
  211.     end
  212.     object cbValue: TCheckBox
  213.       Left = 243
  214.       Top = 41
  215.       Width = 230
  216.       Height = 17
  217.       Caption = 'Object &value must be:'
  218.       Checked = True
  219.       State = cbChecked
  220.       TabOrder = 9
  221.       OnClick = cbRoleClick
  222.     end
  223.     object cbPosition: TCheckBox
  224.       Left = 10
  225.       Top = 96
  226.       Width = 234
  227.       Height = 17
  228.       Caption = 'Object &position must be:'
  229.       Checked = True
  230.       State = cbChecked
  231.       TabOrder = 4
  232.       OnClick = cbRoleClick
  233.     end
  234.     object edtXpos: TEdit
  235.       Left = 27
  236.       Top = 111
  237.       Width = 99
  238.       Height = 21
  239.       TabOrder = 5
  240.     end
  241.     object edtYpos: TEdit
  242.       Left = 130
  243.       Top = 111
  244.       Width = 99
  245.       Height = 21
  246.       TabOrder = 6
  247.     end
  248.     object comOk: TButton
  249.       Left = 304
  250.       Top = 131
  251.       Width = 74
  252.       Height = 25
  253.       Caption = 'OK'
  254.       Default = True
  255.       ModalResult = 1
  256.       TabOrder = 11
  257.       OnClick = comOkClick
  258.     end
  259.     object comCancel: TButton
  260.       Left = 388
  261.       Top = 131
  262.       Width = 74
  263.       Height = 25
  264.       Cancel = True
  265.       Caption = 'Cancel'
  266.       ModalResult = 2
  267.       TabOrder = 12
  268.     end
  269.     object memValue: TMemo
  270.       Left = 259
  271.       Top = 56
  272.       Width = 204
  273.       Height = 37
  274.       ScrollBars = ssVertical
  275.       TabOrder = 10
  276.     end
  277.     object memName: TMemo
  278.       Left = 27
  279.       Top = 56
  280.       Width = 204
  281.       Height = 37
  282.       ScrollBars = ssVertical
  283.       TabOrder = 3
  284.     end
  285.   end
  286.   object WindowHandlePnl1: TWindowHandlePnl [13]
  287.     Left = 0
  288.     Top = 114
  289.     Width = 457
  290.     Height = 85
  291.     Anchors = [akLeft, akTop, akRight, akBottom]
  292.     BevelOuter = bvNone
  293.     Caption = ' '
  294.     TabOrder = 4
  295.   end
  296.   inherited IvTranslator1: TIvTranslator
  297.     Left = 396
  298.     Top = 73
  299.     TargetsData = (
  300.       1
  301.       1
  302.       (
  303.         'TMemo'
  304.         'Text'
  305.         0))
  306.   end
  307. end
  308.